home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
etc
/
grub.d
/
20_memtest86+
Wrap
Text File
|
2008-09-11
|
219b
|
12 lines
#!/bin/bash
set -e
if test -e /boot/memtest86+.bin ; then
echo "Found memtest86+ image: /boot/memtest86+.bin" >&2
cat << EOF
menuentry "Memory test (memtest86+)" {
linux ${GRUB_DRIVE_BOOT}/memtest86+.bin
}
EOF
fi